From a0d83bdfa757c07ddf856e4199ff261a24463e80 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Sep 2018 13:15:09 +0100 Subject: [PATCH] testsuite: Install accessibility-dump executable alongside tests The installed-tests want to run this. Signed-off-by: Simon McVittie --- testsuite/a11y/meson.build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/a11y/meson.build b/testsuite/a11y/meson.build index ddd8f0133e..01fab478fd 100644 --- a/testsuite/a11y/meson.build +++ b/testsuite/a11y/meson.build @@ -44,6 +44,8 @@ a11y_state_tests = [ a11y_dump_bin = executable('accessibility-dump', 'accessibility-dump.c', dependencies: libgtk_dep, + install: get_option('install-tests'), + install_dir: testexecdir, ) foreach t: a11y_state_tests -- 2.30.2